home *** CD-ROM | disk | FTP | other *** search
- GDOME2 0.8.1
- ------------
-
- DOM level2 library for accessing XML files based on libxml2.
-
- With gdome2 programmers can work with XML documents with an interface that is:
- - easy to use
- - compliant to W3C standards
- - a required step towards world DOMination
-
- * Installing
-
- To install, run
- $ ./configure
- $ make
- $ make check
- $ make install
-
- If installing from CVS, use ./autogen.sh instead of ./configure
- For more details, see the INSTALL file.
-
- * Features
-
- Supports the following DOM Level 2 modules:
- - "Core";
- - "XML";
- - "Events";
- - "MutationEvents".
-
- Partial support for the following DOM Level 3 module:
- - "XPath"
-
- Exports an object oriented inteface with a reference counting system
- responsible of all memory issues.
-
- * DOM2 Recommendation:
- - http://www.w3.org/TR/DOM-Level-2-Core/
- - http://www.w3.org/TR/DOM-Level-2-Events/
-